GtkTreeView: Avoid interference with animation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jul 2014 02:00:59 +0000 (22:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jul 2014 02:00:59 +0000 (22:00 -0400)
commitfaa676ffa73060538a4a456531ad1810f3ff7b95
tree7f476a1409deba8bd223b9ba7d429e70d47bdd9c
parent7086080b03a2b300ed152c974e94ceae7182611c
GtkTreeView: Avoid interference with animation

The animated scrolling interferes with incremental validation.
As short-term solution, disable scrolling animation during
incremental validation. This is not a proper solution, but
it avoids broken behavior like scrollbars that are not reacting
to clicks. The problem was visible, e.g. in the list view
example in gtk3-demo.
gtk/gtktreeview.c